home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Draw / DrawPageLayout.h < prev    next >
Text File  |  1992-02-09  |  279b  |  20 lines

  1. @interface DrawPageLayout : PageLayout
  2. {
  3.     id leftMargin;
  4.     id rightMargin;
  5.     id topMargin;
  6.     id bottomMargin;
  7. }
  8.  
  9. /* Methods overridden from superclass */
  10.  
  11. - pickedUnits:sender;
  12. - readPrintInfo;
  13. - writePrintInfo;
  14. - setTopBotForm:anObject;
  15. - setSideForm:anObject;
  16.  
  17. @end
  18.  
  19.  
  20.